home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global sSerie, nSerie, nOrden, nMaxSerie
- if rollOver(24) then
- puppetSprite(24, 0)
- set the member of sprite 24 to member "retro apa" of castLib "elementos graficos"
- updateStage()
- if nOrden > 1 then
- set nOrden to nOrden - 1
- set sMiembro to nOrden & "p"
- set the member of sprite 28 to member sMiembro of castLib sSerie
- puppetTransition(member 3 of castLib "Transiciones")
- updateStage()
- if getAt(lnDesFilm, nSerie) > 0 then
- setAt(lnDesFilm, nSerie, getAt(lnDesFilm, nSerie) - 1)
- repeat with xx = 1 to 31
- set the locH of sprite nSerie to the locH of sprite nSerie + 1
- updateStage()
- end repeat
- else
- repeat with xx = 1 to 31
- set the locH of sprite 8 to the locH of sprite 8 - 1
- updateStage()
- end repeat
- end if
- end if
- end if
- end
-
- on mouseDown
- repeat while the stillDown
- puppetSprite(24, 1)
- if rollOver(24) then
- set the member of sprite 16 to member "retro ilu" of castLib "elementos graficos"
- else
- set the member of sprite 16 to member "retro apa" of castLib "elementos graficos"
- end if
- updateStage()
- end repeat
- end
-